CommonEvent 1104
Name = "会話：ランプの魔女"

  999([1104])
  ConditionalBranch([1, 20, 0, 1, 0])
    JumpToLabel(["情報"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 2, 0])
    JumpToLabel(["質問"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 3, 0])
    JumpToLabel(["要求"])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 20, 0, 4, 0])
    JumpToLabel(["贈与"])
    Empty([])

  BranchEnd([])
  Label(["情報"])
  ControlVariables([13, 13, 0, 2, 1, 100])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["lamp_fc1", 0, 0, 2])
    ShowText(["\\n<Lamp Genie>If I stay in my lamp for too long, my body starts to weaken."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["lamp_fc1", 1, 0, 2])
    ShowText(["\\n<Lamp Genie>My lower mouth has a huge appetite. I shall feed you to it while showing you a sweet dream."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["lamp_fc1", 0, 0, 2])
    ShowText(["\\n<Lamp Genie>The serpent below me is a part of my body. See for yourself. We're a single creature."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["lamp_fc1", 0, 0, 2])
    ShowText(["\\n<Lamp Genie>Since I'm a yoma, I'm strong against fire magic. But don't use ice attacks. My lower self hates those."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["lamp_fc1", 1, 0, 2])
    ShowText(["\\n<Lamp Genie>It's cramped inside the lamp... The rare times when I leave it feel so liberating."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 60, 2])
    ShowTextAttributes(["lamp_fc1", 0, 0, 2])
    ShowText(["\\n<Lamp Genie>The alchemists in Witch Hunt Village are fighting each other. I'm sitting this one out, but it seems many monsters are also participating."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 70, 2])
    ShowTextAttributes(["lamp_fc1", 1, 0, 2])
    ShowText(["\\n<Lamp Genie>Some thieves grabbed my lamp while it was for sale in a thrift shop. What happened to the thieves? They've already been digested."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 80, 2])
    ShowTextAttributes(["lamp_fc1", 1, 0, 2])
    ShowText(["\\n<Lamp Genie>I've visited the Grandeur Theater many times in my human form. One time I even got to eat a man with a wonderful voice on my way back."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 90, 2])
    ShowTextAttributes(["lamp_fc1", 2, 0, 2])
    ShowText(["\\n<Lamp Genie>Scorpions, ostriches... The desert is full of crude monsters. I want to move somewhere a little more serene."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 100, 2])
    ShowTextAttributes(["lamp_fc1", 1, 0, 2])
    ShowText(["\\n<Lamp Genie>I've learned sexual skills that have been spread across the desert since ancient times. I'm in the middle of learning Yamatai's Sex-jutsu techniques."])
    ShowText([""])
    ShowText([""])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["質問"])
  ControlVariables([13, 13, 0, 2, 1, 50])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["lamp_fc1", 0, 0, 2])
    ShowText(["\\n<Lamp Genie>Wealth, fame, love... Which do you desire?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Wealth", "Fame", "Love", "I won't wish for any of them"], 0])
    When([0, "富"])
      ShowTextAttributes(["lamp_fc1", 2, 0, 2])
      ShowText(["\\n<Lamp Genie>Is that so? I knew it. Humans are foolish creatures filled with greed."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([1, "名誉"])
      ShowTextAttributes(["lamp_fc1", 2, 0, 2])
      ShowText(["\\n<Lamp Genie>Is that so? I knew it. Humans are foolish creatures filled with greed."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([2, "愛"])
      ShowTextAttributes(["lamp_fc1", 2, 0, 2])
      ShowText(["\\n<Lamp Genie>The love of another person granted through a wish is not true love."])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([3, "どれも願わない"])
      ShowTextAttributes(["lamp_fc1", 0, 0, 2])
      ShowText(["\\n<Lamp Genie>Is there something else you desire? Or... do you want to make your wish come true on your own?"])
      ShowText([""])
      ShowText([""])
      ShowTextAttributes(["lamp_fc1", 1, 0, 2])
      ShowText(["\\n<Lamp Genie>You're pretty interesting..."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["lamp_fc1", 0, 0, 2])
    ShowText(["\\n<Lamp Genie>Do you know what race I belong to?"])
    ShowText([""])
    ShowChoices([["Snake Yoma", "Feral Yoma", "Half-Snake Slut"], 0])
    When([0, "蛇妖魔"])
      ShowTextAttributes(["lamp_fc1", 0, 0, 2])
      ShowText(["\\n<Lamp Genie>Unfortunately, that race doesn't exist. I combine the powers of yoma and beasts. I am a Feral Yoma."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([1, "半獣妖魔"])
      ShowTextAttributes(["lamp_fc1", 1, 0, 2])
      ShowText(["\\n<Lamp Genie>That's right. So you do know. I combine the powers of yoma and beasts. I am a Feral Yoma."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([2, "半蛇痴女"])
      ShowTextAttributes(["lamp_fc1", 2, 0, 2])
      ShowText(["\\n<Lamp Genie>Is that an insult? Very well, I'll make you regret that."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["lamp_fc1", 0, 0, 2])
    ShowText(["\\n<Lamp Genie>I have the power to grant any wish.\n...But only as a hallucination."])
    ShowText([""])
    ShowText([""])
    ShowChoices([["That's disappointing", "That's also fine", "It doesn't matter either way"], 0])
    When([0, "がっかり"])
      ShowTextAttributes(["lamp_fc1", 0, 0, 2])
      ShowText(["\\n<Lamp Genie>But it's true. Not even the gods have the power to grant all wishes."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([1, "それでもいい"])
      ShowTextAttributes(["lamp_fc1", 2, 0, 2])
      ShowText(["\\n<Lamp Genie>Even if it's just an illusion? I'll remember to pity humanity's greed."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "どうでもいい"])
      ShowTextAttributes(["lamp_fc1", 1, 0, 2])
      ShowText(["\\n<Lamp Genie>You're not interested in an illusion of your desires? Or do you not have any greed? Either way, you have a strong will."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 40, 2])
    ShowTextAttributes(["lamp_fc1", 1, 0, 2])
    ShowText(["\\n<Lamp Genie>I wield magic, and my snake half is good with physical attacks. Both roles in one person. Isn't that interesting?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["Amazing!", "That's no big deal", "I can do that too"], 0])
    When([0, "すごい！"])
      ShowTextAttributes(["lamp_fc1", 1, 0, 2])
      ShowText(["\\n<Lamp Genie>To praise me so openly... It's a little embarrassing..."])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "大した事ない"])
      ShowTextAttributes(["lamp_fc1", 0, 0, 2])
      ShowText(["\\n<Lamp Genie>I wasn't really trying to impress you."])
      ShowText([""])
      ShowTextAttributes(["lamp_fc1", 2, 0, 2])
      ShowText(["\\n<Lamp Genie>......"])
      ShowText([""])
      Script(["change_friend(-5)"])
      Empty([])

    When([2, "僕にもできる"])
      ShowTextAttributes(["lamp_fc1", 1, 0, 2])
      ShowText(["\\n<Lamp Genie>I see... So what role does your lower half play? Shall I check? Fufufuu."])
      ShowText([""])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 50, 2])
    ShowTextAttributes(["lamp_fc1", 0, 0, 2])
    ShowText(["\\n<Lamp Genie>Do I need to take some measures to prevent my skin from tanning? What do you think?"])
    ShowText([""])
    ShowText([""])
    ShowChoices([["You're fine the way you are", "White is best", "More sunburned would be better"], 0])
    When([0, "今のままが良い"])
      ShowTextAttributes(["lamp_fc1", 1, 0, 2])
      ShowText(["\\n<Lamp Genie>Is that so? Those words make me happy. If you so desire, I shall stay like this."])
      ShowText([""])
      ShowText([""])
      Script(["change_friend(10)"])
      Empty([])

    When([1, "白い方が良い"])
      ShowTextAttributes(["lamp_fc1", 0, 0, 2])
      ShowText(["\\n<Lamp Genie>Sounds like that's in fashion right now. I'll have to buy some sunscreen."])
      ShowText([""])
      ShowText([""])
      Empty([])

    When([2, "もっと焼けた方が良い"])
      ShowTextAttributes(["lamp_fc1", 0, 0, 2])
      ShowText(["\\n<Lamp Genie>By saying you want me more sunburned, do you mean you want me to be darker? Honestly, I refuse to suffer through that."])
      ShowText([""])
      ShowText([""])
      Empty([])

    ChoicesEnd([])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Label(["要求"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 13, 0, 10, 2])
    ConditionalBranch([8, 15])
      ShowTextAttributes(["lamp_fc1", 0, 0, 2])
      ShowText(["\\n<Lamp Genie>Can you give me some echo grass? I need it to make a potion."])
      ShowText([""])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 15, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give some \\ii[15]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["lamp_fc1", 1, 0, 2])
        ShowText(["\\n<Lamp Genie>My wish has been granted... Thank you, from the bottom of my heart."])
        ShowText([""])
        ShowText([""])
        ChangeItems([15, 1, 0, 1])
        Script(["change_friend(20)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["lamp_fc1", 2, 0, 2])
        ShowText(["\\n<Lamp Genie>Is that so? Then I will just have to procure it myself."])
        ShowText([""])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 20])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ConditionalBranch([8, 440])
      ShowTextAttributes(["lamp_fc1", 0, 0, 2])
      ShowText(["\\n<Lamp Genie>Can you give me a roast newt? I need it to make a potion."])
      ShowText([""])
      ShowText([""])
      ControlVariables([24, 24, 0, 3, 0, 440, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give a \\ii[440]? (Have:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["lamp_fc1", 1, 0, 2])
        ShowText(["\\n<Lamp Genie>My wish has been granted... Thank you, from the bottom of my heart."])
        ShowText([""])
        ShowText([""])
        ChangeItems([440, 1, 0, 1])
        Script(["change_friend(30)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["lamp_fc1", 2, 0, 2])
        ShowText(["\\n<Lamp Genie>Is that so? Then I will just have to procure it myself."])
        ShowText([""])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ControlVariables([13, 13, 0, 0, 30])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["lamp_fc1", 0, 0, 2])
    ShowText(["\\n<Lamp Genie>Ahh, my pot is cracked. And I need it to make a potion. Can you lend me some money?"])
    ShowText([""])
    ShowText([""])
    ConditionalBranch([7, 960, 0])
      ControlVariables([24, 24, 0, 3, 7, 2, 0])
      ShowTextAttributes(["", 0, 0, 2])
      ShowText(["Do you want to give 960G? (Remaining:\\V[24])"])
      ShowChoices([["Yes", "No"], 2])
      When([0, "はい"])
        ShowTextAttributes(["lamp_fc1", 1, 0, 2])
        ShowText(["\\n<Lamp Genie>My wish has been granted... Thank you, from the bottom of my heart."])
        ShowText([""])
        ShowText([""])
        ChangeGold([1, 0, 960])
        Script(["change_friend(25)"])
        ExitEventProcessing([])
        Empty([])

      When([1, "いいえ"])
        ShowTextAttributes(["lamp_fc1", 2, 0, 2])
        ShowText(["\\n<Lamp Genie>Is that so? Then I will just have to procure it myself."])
        ShowText([""])
        ShowText([""])
        ExitEventProcessing([])
        Empty([])

      ChoicesEnd([])
      Empty([])

    Else([])
      ShowTextAttributes(["lamp_fc1", 2, 0, 2])
      ShowText(["\\n<Lamp Genie>...That was rude of me. You don't have any money? Would you like me to give you an illusion of being rich?"])
      ShowText([""])
      ShowText([""])
      ExitEventProcessing([])
      Empty([])

    BranchEnd([])
    Empty([])

  BranchEnd([])
  Label(["贈与"])
  ControlVariables([13, 13, 0, 2, 1, 30])
  ConditionalBranch([1, 25, 0, 1, 0])
    ControlVariables([13, 13, 0, 0, 30])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 25, 0, 2, 0])
    ControlVariables([13, 13, 0, 2, 1, 20])
    ControlVariables([25, 25, 0, 0, 0])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 10, 2])
    ShowTextAttributes(["lamp_fc1", 1, 0, 2])
    ShowText(["\\n<Lamp Genie>I'll give you my tail. It might bring good luck."])
    ShowText([""])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([178, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Lamp Genie gave you a \\ii[178]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 20, 2])
    ShowTextAttributes(["lamp_fc1", 1, 0, 2])
    ShowText(["\\n<Lamp Genie>I'll give you a witch's potion. Please put it to good use."])
    ShowText([""])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeItems([4, 0, 0, 1])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Lamp Genie gave you a \\ii[4]!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  ConditionalBranch([1, 13, 0, 30, 2])
    ShowTextAttributes(["lamp_fc1", 1, 0, 2])
    ShowText(["\\n<Lamp Genie>Let me grant your wish in a small way. It won't make you a millionaire... But here."])
    ShowText([""])
    ShowText([""])
    PlaySE(["RPG::SE(@name=\"Item1\", @pitch=100, @volume=80)"])
    ChangeGold([0, 0, 1600])
    ShowTextAttributes(["", 0, 0, 2])
    ShowText(["The Lamp Genie gave you 1600G!"])
    ExitEventProcessing([])
    Empty([])

  BranchEnd([])
  Empty([])
